paned: Use GtkGestureDrag for anything else than touch
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 24 Dec 2015 18:03:02 +0000 (19:03 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 8 Jan 2016 21:03:05 +0000 (22:03 +0100)
commite62f1604f97a6ca26aab4780fb9504c4b06a921e
treea5918fdffa69fa512b542cd9363ed80eef824c6e
parentad0fc8ae7e24f47120520072cd6089a2ad8d3b5f
paned: Use GtkGestureDrag for anything else than touch

The GtkGesturePan behavior of locking onto certain orientations may
come across as confusing, and is not strictly necessary for mice and
other pointing devices.

As GtkGesturePan is also a GtkGestureDrag, we just use the same
callbacks on both gestures.

https://bugzilla.gnome.org/show_bug.cgi?id=759670
gtk/gtkpaned.c